/* --------------------------------------------------------------
Reset 
-------------------------------------------------------------- */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

select {
	margin: 0;
}


/* --------------------------------------------------------------
Tags 
-------------------------------------------------------------- */

body {
	background-color: #FFF;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

textarea, pre {
	text-align: left;
}

strong {
	font-weight: bold;
}

a {
	color: #008FCC;
	font-weight: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div {
	text-align: left;
}

img {
	border: none;
}

label {
	display: block;
	font-weight: bold;
	clear: both;
}

/* --------------------------------------------------------------
Buttons 
-------------------------------------------------------------- */

a.button {
    background: transparent url('/img/v1/app/btns/btn_blue_sm_right.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none !important;
}

a.button span {
    background: transparent url('/img/v1/app/btns/btn_blue_sm_left.gif') no-repeat;
    display: block;
	font-weight: bold;
    line-height: 15px;
    padding: 5px 0 7px 10px;
	cursor: pointer;
}

a.button:active {
    outline: none; /* hide dotted outline in Firefox */
}

a.red {
	background-image: url('/img/v1/app/btns/btn_red_sm_right.gif');
	background-repeat: no-repeat;
}

a.red span {
	background-image: url('/img/v1/app/btns/btn_red_sm_left.gif');
	background-repeat: no-repeat;
}

a.blue {
	background-image: url('/img/v1/app/btns/btn_lightblue_sm_right.gif');
	background-repeat: no-repeat;
	color: #008FCC;
}

a.blue span {
	background-image: url('/img/v1/app/btns/btn_lightblue_sm_left.gif');
	background-repeat: no-repeat;
}

a.yellow {
	background-image: url('/img/v1/app/btns/btn_yellow_sm_right.gif');
	background-repeat: no-repeat;
	color: #008FCC;
}

a.yellow span {
	background-image: url('/img/v1/app/btns/btn_yellow_sm_left.gif');
	background-repeat: no-repeat;
	color: #39381E;
}

a.clear,
a.clear span {
	background: none;
	font-weight: normal;
	color: #008FCC;
}

a.clear:active span {
	padding: 5px 0 7px 10px;
}

a.clear:hover {
	text-decoration: underline !important;
}

/* --------------------------------------------------------------
Big Buttons 
-------------------------------------------------------------- */

a.bigbutton {
    background: transparent url('/img/v1/app/btns/btn_blue_right.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 44px;
    margin-right: 10px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none !important;
}

a.bigbutton span {
    background: transparent url('/img/v1/app/btns/btn_blue_left.gif') no-repeat;
	background-repeat: no-repeat;
    display: block;
	font-weight: bold;
    line-height: 1.25em;
    padding: 10px 0 12px 15px;
	cursor: pointer;
}

a.bigbutton:active {
    outline: none;
}

a.biggreen {
	background-image: url('/img/v1/app/btns/btn_green_right.gif');
	background-repeat: no-repeat;
	font-size: 20px;
	height: 50px;
	margin-right: 12px;
	text-shadow: -1px -1px 0 #799E1B;
}

a.biggreen span {
	background-image: url('/img/v1/app/btns/btn_green_left.gif');
	background-repeat: no-repeat;
	padding: 10px 0 20px 15px;
}

a.bigred {
	background-image: url('/img/v1/app/btns/btn_red_right.gif');
	background-repeat: no-repeat;
}

a.bigred span {
	background-image: url('/img/v1/app/btns/btn_red_left.gif');
	background-repeat: no-repeat;
}

a.bigblue {
	background-image: url('/img/v1/app/btns/btn_lightblue_right.gif');
	background-repeat: no-repeat;
	color: #008FCC;
}

a.bigblue span {
	background-image: url('/img/v1/app/btns/btn_lightblue_left.gif');
	background-repeat: no-repeat;
}

a.bigyellow {
	background-image: url('/img/v1/app/btns/btn_yellow_right.gif');
	background-repeat: no-repeat;
	color: #008FCC;
}

a.bigyellow span {
	background-image: url('/img/v1/app/btns/btn_yellow_left.gif');
	background-repeat: no-repeat;
	color: #39381E;
}

a.bigclear,
a.bigclear span {
	background: none;
	font-weight: normal;
	color: #008FCC;
	padding-left: 5px;
	padding-top: 6px;
	font-size: 14px;
}

a.bigclear:active span {
	padding: 6px 0 20px 5px;
}

a.bigclear:hover {
	text-decoration: underline !important;
}

/* -------------------------------------------------------------- */

.btn_header {
	float: right !important;
	margin: 28px 30px 0 0 !important;
}

.working_msg {
	font-size: 14px;
	margin: 0;
	padding: 5px;
	color: #999;
}

/* --------------------------------------------------------------
Rounded Containers 
-------------------------------------------------------------- */

.rtop, .rbottom{
	display:block; 
}
.rtop *, .rbottom *{
	display: block; 
	height: 1px; 
	overflow: hidden
}
.r1{margin: 0 5px; background:#DDD;}
.r2{margin: 0 3px; background:#DDD;}
.r3{margin: 0 2px; background:#DDD;}
.r4{margin: 0 1px; height: 2px; background:#DDD;}

/* --------------------------------------------------------------
Special settings for radios and checkboxes
-------------------------------------------------------------- */
input.radio, 
input.checkbox {
	border:			none;
	height:			auto !important;
	width:			auto  !important;
	vertical-align: middle;
	margin:	0px;
}

/* --------------------------------------------------------------
Debugging styles
-------------------------------------------------------------- */
#dv_debug_stats {
	width: 100%;
	margin: 10px, 0;
	border-top: 10px solid #DDD;
	background-color: #EEE;
	padding: 0;
	color: #000 !important;
}

#dv_debug_stats pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}
